home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17223 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  857 b 

  1. Path: ix.netcom.com!news
  2. From: mccreah@ix.netcom.com(Howard McCreary)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help, please.  Program at risk (!)
  5. Date: 14 Apr 1996 00:56:29 GMT
  6. Organization: Netcom
  7. Message-ID: <4kpift$doq@dfw-ixnews2.ix.netcom.com>
  8. NNTP-Posting-Host: ix-stl3-10.ix.netcom.com
  9. X-NETCOM-Date: Sat Apr 13  7:56:29 PM CDT 1996
  10.  
  11.      I'm a new C++ user (can't call myself a programmer yet).  I'm
  12. trying to use a class definition and operator overloading to allow the
  13. program user to input and perform operations on fractions of the form
  14. N/D, where N=numerator and D=denominator.  I'm having problems with
  15. storing the fractions in reduced form, displaying the fraction in
  16. correct floating point form, and initial user input (basically, I'm
  17. having problems with the entire program).  Please send any help to
  18. Mccreah@sprynet.com.  Thanks for assistance.
  19.